Skip to content

Fix warnings with cmake 4.1#2774

Merged
zcbenz merged 1 commit intoml-explore:mainfrom
zcbenz:cmake-4-1
Nov 15, 2025
Merged

Fix warnings with cmake 4.1#2774
zcbenz merged 1 commit intoml-explore:mainfrom
zcbenz:cmake-4-1

Conversation

@zcbenz
Copy link
Copy Markdown
Collaborator

@zcbenz zcbenz commented Nov 15, 2025

Fix the annoying cmake warning (for some versions it is an error):

  CMake Warning at .venv/lib/python3.10/site-packages/cmake/data/share/cmake-4.1/Modules/FindLAPACK.cmake:740 (find_package):
    By not providing "Findnvpl.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "nvpl", but
    CMake did not find one.

    Could not find a package configuration file provided by "nvpl" with any of
    the following names:

      nvplConfig.cmake
      nvpl-config.cmake

    Add the installation prefix of "nvpl" to CMAKE_PREFIX_PATH or set
    "nvpl_DIR" to a directory containing one of the above files.  If "nvpl"
    provides a separate development package or SDK, be sure it has been
    installed.
  Call Stack (most recent call first):
    CMakeLists.txt:216 (find_package)

Also remove the cmake version limit from #2489.

@zcbenz zcbenz requested a review from angeloskath November 15, 2025 08:39
Copy link
Copy Markdown
Member

@awni awni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

@zcbenz zcbenz merged commit 1bedcbd into ml-explore:main Nov 15, 2025
9 checks passed
@zcbenz zcbenz deleted the cmake-4-1 branch November 15, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants